home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Clickx 115
/
Clickx 115.iso
/
software
/
tools
/
windows
/
tails-i386-0.16.iso
/
live
/
filesystem.squashfs
/
var
/
lib
/
dpkg
/
info
/
iceweasel.prerm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2013-01-09
|
387 b
|
15 lines
#!/bin/sh -e
if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ] ; then
update-alternatives --remove x-www-browser /usr/bin/iceweasel
update-alternatives --remove gnome-www-browser /usr/bin/iceweasel
fi
if [ "$1" = "remove" ]; then
rm -f /usr/lib/iceweasel/components/compreg.dat \
/usr/lib/iceweasel/components/xpti.dat
rm -rf /usr/lib/iceweasel/updates
fi